All Projects → urlysses → 1991

urlysses / 1991

Licence: unlicense
A server-side web framework written in Forth.

Programming Languages

forth
179 projects

Projects that are alternatives of or similar to 1991

Xtcp
A TCP Server Framework with graceful shutdown, custom protocol.
Stars: ✭ 116 (-62.46%)
Mutual labels:  framework, server
Discord Backup
📦 Complete framework to facilitate server backup using discord.js v12
Stars: ✭ 172 (-44.34%)
Mutual labels:  framework, server
Ocpp
Python implementation of the Open Charge Point Protocol (OCPP).
Stars: ✭ 127 (-58.9%)
Mutual labels:  framework, server
Novuscore
A modern take on WoW emulation
Stars: ✭ 88 (-71.52%)
Mutual labels:  framework, server
Actionhero
Actionhero is a realtime multi-transport nodejs API Server with integrated cluster capabilities and delayed tasks
Stars: ✭ 2,280 (+637.86%)
Mutual labels:  framework, server
Micro
Micro is a distributed cloud operating system
Stars: ✭ 10,778 (+3388.03%)
Mutual labels:  framework, server
Pure Http
✨ The simple web framework for Node.js with zero dependencies.
Stars: ✭ 139 (-55.02%)
Mutual labels:  framework, server
Fortjs
Component based MVC web framework for nodejs targeting good code structures & modularity.
Stars: ✭ 44 (-85.76%)
Mutual labels:  framework, server
Autoserver
Create a full-featured REST/GraphQL API from a configuration file
Stars: ✭ 188 (-39.16%)
Mutual labels:  framework, server
Ego
Ego is a full-stack web framework written in Go, lightweight and efficient front-end component solutions, based on gin. The front-end is compiled, does not affect the back-end.
Stars: ✭ 185 (-40.13%)
Mutual labels:  framework, server
Spring Server
A framework that enables the swift creation of client-server applications.
Stars: ✭ 68 (-77.99%)
Mutual labels:  framework, server
Aqueduct
Dart HTTP server framework for building REST APIs. Includes PostgreSQL ORM and OAuth2 provider.
Stars: ✭ 2,412 (+680.58%)
Mutual labels:  framework, server
Dragon
⚡A powerful HTTP router and URL matcher for building Deno web servers.
Stars: ✭ 56 (-81.88%)
Mutual labels:  framework, server
Gin
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
Stars: ✭ 53,971 (+17366.34%)
Mutual labels:  framework, server
Angel
A polished, production-ready backend framework in Dart for the VM, AOT, and Flutter.
Stars: ✭ 1,055 (+241.42%)
Mutual labels:  framework, server
Go Xserver
Go 服务器框架(go-x.v2)
Stars: ✭ 137 (-55.66%)
Mutual labels:  framework, server
Deno Drash
A REST microframework for Deno's HTTP server with zero 3rd party dependencies.
Stars: ✭ 795 (+157.28%)
Mutual labels:  framework, server
Freedom
Freedom是一个基于六边形架构的框架,可以支撑充血的领域模型范式。
Stars: ✭ 972 (+214.56%)
Mutual labels:  framework, server
Sifrr
⚡️ Set of tiny, independent libraries for creating modern and fast webapps with javascript/typescript
Stars: ✭ 174 (-43.69%)
Mutual labels:  framework, server
Moqui Framework
Use Moqui Framework to build enterprise applications based on Java. It includes tools for databases (relational, graph, document), local and web services, web and other UI with screens and forms, security, file/resource access, scripts, templates, l10n, caching, logging, search, rules, workflow, multi-instance, and integration.
Stars: ✭ 205 (-33.66%)
Mutual labels:  framework, server

1991

A server-side web framework written in Forth.

TODO

  • [x] set appropriate mime-types
  • [x] file-serving if no user-defined routes match. Search "public/" dir unless otherwise specified by user.
  • [x] query arguments
  • [x] PUT, POST, DELETE
  • [x] templating
  • [x] fuzzy-/pattern-match-enabled user routes (e.g., /something/*/wildcard)?
  • [ ] server-side cookies
  • [ ] websockets
  • [ ] is https a thing?
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].