command
Version:
v0.0.0-...-f90cb5c
Opens a new window with list of versions in this module.
Published: May 9, 2017
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
web example
This is a very simple example of how the web
package can be used to build
a web-based front end for GDB.
Usage
-
move into this directory;
-
compile the dummy test program with:
make -C test/ dummy
-
fetch the WebSocket library:
go get golang.org/x/net/websocket
-
start the server with:
go run main.go
then load http://localhost:8080/
in your browser
-
load the test program using a relative path test/dummy
;
-
the rest should be straightforward...
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.