Skip to content

vishnuvr/neutrino-core

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#WIP

Neutrino is under heavy development, there are still some rough edges.

NEUTRINO

Neutrino

forthebadge

Join the chat at https://gitter.im/go-neutrino/neutrino-core
Build Status

Neutrino is hybrid realtime-REST backend written in Go with MongoDB as a database.

Any kind of feedback or contribution is welcomed warmly.

Docs

Interactive documentation can be found here.

Development


$ go get github.com/go-neutrino/neutrino-core

In the root of the project - $GOPATH/src/github.com/go-neutrino/neutrino you can execute the following:

$ go run neutrino.go
$ go test -v ./..

Goals for the initial release

  • MongoDB to store the data
  • User management with JWT
  • Landing page (http://neutrinoapp.com)
  • App portal (http://app.neutrinoapp.com)
  • API server (http://api.neutrinoapp.com)
  • CI
  • Docs
  • Postman Collection
  • REST API
    • Create Applications
    • Read Applications
    • Delete Applications
    • Update Applications
    • Create types
    • Delete types
    • Insert types data
    • Read types data
    • Update types data
    • Delete types data
    • In-app user management
    • Integration tests
  • WebSockets API - Realtime API
    • Types support
    • Javascript SDK

About

⚡ Hybrid realtime-REST backend written in Go with MongoDB as a database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%