speculo:使用Websockets进行javascript的REPL,用Go编写

时间:2024-06-05 19:35:50
【文件属性】:

文件名称:speculo:使用Websockets进行javascript的REPL,用Go编写

文件大小:4KB

文件格式:ZIP

更新时间:2024-06-05 19:35:50

Go

## speculo speculo是使用Go编写的使用websockets的javascript的简单REPL。 这使您可以从终端在浏览器窗口中执行javascript。 ###如何运行 确保已安装Go并设置了$ GOPATH。 $ go get github.com/hariharan-uno/speculo $ speculo 在浏览器中打开localhost:8080,然后从终端通过JavaScript控制网页。 ####一些有趣的命令可以帮助您入门 document . body . style . backgroundColor = "#333" ; document . body . style . color = "#f8f8f8" ; document . body . style . fontFamily = "monospace" ; #### Trivi


【文件预览】:
speculo-master
----ws.js(925B)
----speculo.go(2KB)
----index.html(206B)
----LICENSE(1KB)
----.gitignore(277B)
----README.md(628B)

网友评论