Skip to content

jimmont/zip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zip

small Deno http, websocket service that generates noise for clients to experiment with simple visualization and use the new platforms (LitElement, Deno, Web APIs)

add config.js (ex below) for configuration details

more info: https://deno.land/ https://lit-element.polymer-project.org/

still figuring out an optimal way to pull in 3rd party dependencies without having to think about it or rely on unrelated tools

// config.js
export const config = {
	port: 8000
	,static: '/www'
	,cspdomains: [
		'http://localhost/*'
	]
	,cors: {
	// http:// localhost [::] 127.0.0.1 https://any.github.io with optional port like :8765
		origin: /^(?:http:\/\/(?:localhost|127\.0\.0\.1|\[::\])(?::\d{2,5})?|https:\/\/[a-zA-Z0-9]+\.github\.io)$/
		,exposedHeaders: 'X-appmsg'
		,credentials: true
	}
};

https://jimmont.github.io/

About

noisemaker plot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published