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
- Host: GitHub
- URL: https://github.com/xcesco/reversi-backend
- Owner: xcesco
- License: apache-2.0
- Created: 2020-06-15T19:37:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-13T19:04:23.000Z (over 2 years ago)
- Last Synced: 2025-01-08T19:50:11.592Z (about 1 year ago)
- Language: Java
- Size: 4.6 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/xcesco/reversi-backend)
[](https://fmt-reversi.herokuapp.com)
[](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.