2021-07-25 10:20:57 +08:00
..
2021-07-24 20:57:32 +08:00
2021-03-28 17:09:53 +08:00
2021-07-25 09:52:19 +08:00
2020-06-23 21:07:45 +08:00
2020-06-13 21:40:56 +08:00
2021-03-28 17:09:53 +08:00
2020-10-17 18:55:41 +08:00
2020-08-16 08:17:08 +08:00

ShadowEditor Server

This is the server. The main programming language is golang.

It uses mongodb to store data, and google protocol buffers to transfer data.

Structure

folder
cmd providers shell commands
help helper tools
remote remove editing, useless now
server api controllers
test you can test golang features or packages here
three rewrite three.js math module with golang
config.toml server config
config-dev.toml config file when use vscode to launch server
go.mod go module file
go.sum go third-party packages version
main.go entry point for the server, register sub modules here