Skip to content

Instantly share code, notes, and snippets.

View kadzany's full-sized avatar
🎯
Focusing

Kadzany kadzany

🎯
Focusing
View GitHub Profile
@kadzany
kadzany / ChatIn.scala
Created February 21, 2012 02:03 — forked from everson/ChatIn.scala
Multi-room Chat server / client with Lift
package myproject
package snippet
import net.liftweb._
import common.Logger
import http._
import js._
import JsCmds._
import JE._