Description
This is the new API repository for Feel the Movies. Written in Go, totally open source.
feelthemovies alternatives and similar packages
Based on the "Web Frameworks" category.
Alternatively, view feelthemovies alternatives based on common mentions on social networks and blogs.
-
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. -
Iris
The fastest HTTP/2 Go Web Framework. A true successor of expressjs and laravel. Supports AWS Lambda, gRPC, MVC, Unique Router, Websockets, Sessions, Test suite, Dependency Injection and more. Thank you / 谢谢 https://github.com/kataras/iris/issues/1329 -
Gorilla WebSocket
A fast, well-tested and widely used WebSocket implementation for Go. -
go-kratos
Your ultimate Go microservices framework for the cloud-native era. -
mux
A powerful HTTP router and URL matcher for building Go web servers with 🦍 -
httprouter
A high performance HTTP request router that scales well -
Revel
A high productivity, full-stack web framework for the Go language. -
chi
lightweight, idiomatic and composable router for building Go HTTP services -
go-socket.io
socket.io library for golang, a realtime application framework. -
Macaron
Package macaron is a high productive and modular web framework in Go. -
Faygo
Faygo is a fast and concise Go Web framework that can be used to develop high-performance web app(especially API) with fewer codes. Just define a struct handler, faygo will automatically bind/verify the request parameters and generate the online API doc. -
render
Go package for easily rendering JSON, XML, binary data, and HTML templates responses. -
pat
Sinatra style pattern muxer for Go’s net/http library, by the author of Sinatra. -
tigertonic
A Go framework for building JSON web services inspired by Dropwizard -
Goji
Goji is a minimalistic and flexible HTTP request multiplexer for Go (golang) -
fasthttprouter
A high performance fasthttp request router that scales well -
go-server-timing
Go (golang) library for creating and consuming HTTP Server-Timing headers -
go-fault
Fault injection library in Go using standard http middleware -
Gearbox
Gearbox :gear: is a web framework written in Go with a focus on high performance -
Beego
beego is an open-source, high-performance web framework for the Go programming language. -
xujiajun/gorouter
xujiajun/gorouter is a simple and fast HTTP router for Go. It is easy to build RESTful APIs and your web framework. -
golongpoll
golang long polling library. Makes web pub-sub easy via HTTP long-poll servers and clients :smiley: :coffee: :computer: -
rye
A tiny http middleware for Golang with added handlers for common needs. -
httptreemux
High-speed, flexible tree-based HTTP router for Go. -
traffic
Sinatra inspired regexp/pattern mux and web framework for Go [NOT MAINTAINED] -
ozzo-routing
An extremely fast Go (golang) HTTP router that supports regular expression route matching. Comes with full support for building RESTful APIs.
Static code analysis for 29 languages.
Do you think we are missing an alternative of feelthemovies or a related project?
Popular Comparisons
README
This is the new API repository for Feel the Movies. Written in Go, totally open source.
App
Currently available for Android only. I have plans for an iOS version, since the application was written in React Native, it should be no problem to release a version in the future.
Installation
Change the values of environment variables in the .env file if desired.
Make sure that you have Docker and Docker Compose installed and then run the following command:
$ docker-compose up -d
That's it! Wait for the API container to be ready and check url: localhost:8000/v1/recommendations.
To recompile, run:
$ docker-compose up -d --build
Build
Run the command below and check the binary in the dist folder.
$ make build
Contributing
To start contributing, please check CONTRIBUTING.
License
MIT
*Note that all licence references and agreements mentioned in the feelthemovies README section above
are relevant to that project's source code only.