/FrontBackDemo

frontend backend simple demo

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

FrontBackDemo

Frontend and backend demo.

Initialized from my own pure JavaScript project https://github.com/EthanYangCX/HanPolyJS

Current practice: use IDEA to open back-java-sprbt

servoclienodesign

design folder note
Regular sale with RWLock in Go reg-rwl-go
Regular sale with RWLock in Java reg-rwl-java
Flash deal with Mutex in Go fls-mtx-go
Flash deal with Mutex in Java fls-mtx-java
Client, in React.JS client-react both RegSale and FlsDeal, send requests in the same time with Promise.all()

run of Go:

go run helloworld.go

run of Java:

mvn spring-boot:run