examples: annotate examples
[nit.git] / lib / websocket / examples / websocket_server.nit
index 8b4584c..6b9e3b8 100644 (file)
@@ -15,7 +15,7 @@
 # limitations under the License.
 
 # Sample module for a minimal chat server using Websockets on port 8088
-module websocket_server
+module websocket_server is example
 
 import websocket