mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-15 12:50:47 +02:00
* Add envoy proxy * Add frontend, still not working * Open port to frontend * Fix static html page * Fix url in client js code, but CORS is still blocked * Successfully make request from browser to sqkserver through proxy * Expose ports for sqkserver in docker * Remove unused frontend files * Remove duplicate envoy config file
16 lines
387 B
JSON
16 lines
387 B
JSON
{
|
|
"name": "grpc-web-simple-example",
|
|
"version": "0.1.0",
|
|
"description": "gRPC-Web simple example",
|
|
"main": "server.js",
|
|
"devDependencies": {
|
|
"@grpc/grpc-js": "~1.0.5",
|
|
"@grpc/proto-loader": "~0.5.4",
|
|
"async": "~1.5.2",
|
|
"google-protobuf": "~3.12.0",
|
|
"grpc-web": "~1.2.0",
|
|
"lodash": "~4.17.0",
|
|
"webpack": "~4.43.0",
|
|
"webpack-cli": "~3.3.11"
|
|
}
|
|
}
|