Skip to content

Instantly share code, notes, and snippets.

View PiepsC's full-sized avatar

Lars Willemsen PiepsC

View GitHub Profile
@PiepsC
PiepsC / echo_server.el.md
Created May 4, 2022 22:26 — forked from jclosure/echo_server.el.md
Create a simple tcp server to accept input on a socket in elisp

Accept input such as s-expressions, forms, text for buffer input, commands, etc..

;;; echo-server.el --- -*- lexical-binding: t -*-
;;
;; Copyright (C) 2016-2017 York Zhao <[email protected]>

;; Author: York Zhao <[email protected]>
;; Created: June 1, 2016
;; Version: 0.1