Categorygithub.com/codemodify/systemkit-appserver
modulepackage
1.9.3
Repository: https://github.com/codemodify/systemkit-appserver.git
Documentation: pkg.go.dev

# README

AppServer

The Missing Application Server in Go

  • If http://tomcat.apache.org provides Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies

  • AppServer provides an alternative way to write in Go

    • API Services
    • Middleware
    • Web Apps Frameworks - analogy for NodeJS + Express
  • For sample servers see samples/sample.go and samples/sample.html

# Structs

APIEndpoint -.

# Interfaces

IServer -.