1
0
Fork
You've already forked tip
0
simple smolweb protocol
  • Go 100%
2026年03月03日 09:08:57 -03:00
client chore: initial commit 2026年03月03日 08:18:04 -03:00
serve fix: error handling and path to serve 2026年03月03日 09:08:02 -03:00
.gitignore fix: error handling and path to serve 2026年03月03日 09:08:02 -03:00
go.mod chore: initial commit 2026年03月03日 08:18:04 -03:00
LICENSE chore: initial commit 2026年03月03日 08:18:04 -03:00
main.go fix: error handling and path to serve 2026年03月03日 09:08:02 -03:00
README.md fix: typo on readme 2026年03月03日 09:08:57 -03:00

tip protocol

a simple tcp/ip protocol, focused on simplicity. something in between nex and spartan. but with no virtual hosting, and no domains in general.

*this is just a hobby project, and is still in development.

spec

  • port: :1979
  • scheme: tip://
  • encoding: utf-8
  • tls: none

url scheme

scheme + ip+port + path

no domains.

requests

ip:port path

responses

code\ncontent

status code

  • 0 -> success
  • 1 -> redirect
  • 2 -> error

todo

  • mimetypes
  • redirects