You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

github.com/dhiegoatencio/golangangularjs-websockets

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/dhiegoatencio/golangangularjs-websockets

v0.0.0-20140803035644-5e177ef6f336
Source
Go
Version published
Created
Source

Tutorial 1

In this first tutorial we get up and running with a basic web server that serves any files in the local directory.

How to run

  • Install Go
    • http://golang.org/doc/install
  • Download this project from github and unzip
  • Open a command window and cd to the tutorial_1 directory
  • Type go run main.go to start the server
  • Open a web browser and go to http://localhost/

If you get a message that says "It works!" then it's working.

FAQs

Package last updated on 03 Aug 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts