Skip to content

Instantly share code, notes, and snippets.

View PiepsC's full-sized avatar

Pieps 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 <gtdplatform@gmail.com>

;; Author: York Zhao <gtdplatform@gmail.com>
;; Created: June 1, 2016
;; Version: 0.1