Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jotpot-uk/jotpot-server
A simple, fully customisable server for Node.js.
https://github.com/jotpot-uk/jotpot-server
go golang javascript jotpot jotpot-server node-js nodejs server
Last synced: 26 days ago
JSON representation
A simple, fully customisable server for Node.js.
- Host: GitHub
- URL: https://github.com/jotpot-uk/jotpot-server
- Owner: JOTPOT-UK
- Created: 2017-01-12T17:02:19.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-27T11:26:59.000Z (over 4 years ago)
- Last Synced: 2023-05-23T09:37:21.765Z (over 1 year ago)
- Topics: go, golang, javascript, jotpot, jotpot-server, node-js, nodejs, server
- Language: Go
- Homepage: https://www.jotpot.co.uk/server
- Size: 3.1 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The master branch now has the work in progress code for a completely new version.
The original version can be viewed in the 27A branch (or for older versions in their branches).
The new version is written in Go, and will provide a few things. The first, are multiple packages which expose everything the main application is built upon - this will include a HTTP/1.1, HTTP/2, WebSockets and probably a few other protocol parsers. Connection handlers, to call the parsers. And an API for implementing extensions, which will allow extensions (possibly written in other languages) to change the add features to the server. There will then be a runtime, which automatically loads extensions, and acts as a file server - with as much configuration as possible.