mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-16 13:01:04 +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
11 lines
237 B
HTML
11 lines
237 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>gRPC-Web Example</title>
|
|
<script src="./dist/main.js"></script>
|
|
</head>
|
|
<body>
|
|
<p>Open up the developer console and see the logs for the output.</p>
|
|
</body>
|
|
</html>
|