Skip to content
/ ramchi Public

extension to go-chi for rapid & modular development of sites

License

Notifications You must be signed in to change notification settings

etwodev/ramchi

Repository files navigation

ramchi

ramchi is an extension to chi for rapid & modular development of sites. It allows the user to serve both backend and frontend data inside of the same go project, without the need for coding any javascript (ramchi does all this work for you). ramchi is based upon developer experience and usage, while still making your website fast and responsive.

Install

go get -u github.com/etwodev/ramchi

Config

When you create your first server, ramchi will generate a ramchi.config.json file, which allows you to configure aspects of the server.

{
 "port": "8080",
 "address": "localhost",
 "experimental": false
}

About

extension to go-chi for rapid & modular development of sites

Resources

License

Stars

Watchers

Forks

Languages