Skip to content

Commit

Permalink
Update README.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
indoallcode committed Apr 12, 2012
1 parent b6b089e commit 8a1d284
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.markdown
Expand Up @@ -20,8 +20,8 @@ Running The Application

* run the server that been use nodejs<br>

* for the server code
```java
* for the server code <br>
```javascript
var dgram = require("dgram");
var server = dgram.createSocket("udp4");
server.on("message", function (msg, rinfo) {
Expand Down Expand Up @@ -51,7 +51,7 @@ Running The Application
address.address + ":" + address.port);
});

server.bind(41234);
server.bind(41234);`
save to app.js run with `sudo node app.js`
Expand Down

0 comments on commit 8a1d284

Please sign in to comment.