An open API service indexing awesome lists of open source software.

https://github.com/xcesco/reversi-backend

Backend server for reversi game
https://github.com/xcesco/reversi-backend

Last synced: 11 months ago
JSON representation

Backend server for reversi game

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/xcesco/reversi-backend.svg?branch=master)](https://travis-ci.org/xcesco/reversi-backend)
[![Heroku App Status](http://heroku-shields.herokuapp.com/fmt-reversi)](https://fmt-reversi.herokuapp.com)
[![GitHub issues](https://img.shields.io/github/issues/xcesco/reversi-backend.svg)](https://github.com/xcesco/reversi-backend/issues)

# reversi-backend
Backend server for reversi matchStatus

## References
Spring boot config
- https://spring.io/blog/2013/12/19/serving-static-web-content-with-spring-boot
- https://www.baeldung.com/spring-boot-angular-web
- https://www.baeldung.com/spring-rest-openapi-documentation
- https://github.com/eugenp/tutorials/tree/master/spring-boot-modules/spring-boot-springdoc/src/main/resources

Spring websocket
- https://docs.spring.io/spring-session/docs/current/reference/html5/guides/boot-websocket.html

Spring websocket test
- https://medium.com/@MelvinBlokhuijzen/spring-websocket-endpoints-integration-testing-180357b4f24c
- https://stackoverflow.com/questions/45405332/websocket-authentication-and-authorization-in-spring
- https://docs.spring.io/spring/docs/current/spring-framework-reference/web.html#websocket-stomp

Rest
- https://spring.io/guides/tutorials/rest/

http://heroku-shields.herokuapp.com/

NGROK
- https://gist.github.com/wosephjeber/aa174fb851dfe87e644e
- https://dashboard.ngrok.com/get-started/setup

Config file is store on .ngrok2/ngrok.yml.
ngrok exposes local networked services behinds NATs and firewalls to the
public internet over a secure tunnel. Share local websites, build/test
webhook consumers and self-host personal services.
Detailed help for each command is available with 'ngrok help '.
Open http://localhost:4040 for ngrok's web interface to inspect traffic.