napsquad / chat_app

End of year networking project written in java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chat_app

Chatapp, used to send and recieve messages via tcp, later modifications needed in order to fully realize potential of virtual closet.

to do:

login functionality [x]
make buttons visible post initialize[x](fixed by removing color)
implement db structure(possibly sql/mongo) to hold pics[]
implement popup Trade window[x]
	-get input from said window[x]
	-store input from said window in DB (offsite)?[x]
		- storing in text file currently

implement popup search function[]
	-return search results in bottom window pane[]

possibly allow users to enter the IP that they wish to connect to
via the "join" button" []


implement user accounts(add into server/port connect window)[]
	-full logons or just setting names?[]
	- verify users?[]
	
find how to run a persistent server[x]( while(true) does the trick )

bonus: profile pictures[] sales announcements(i have a scraper that we could use maybe)[] - nowhere to currently put sales window, could be a different tab once shipped to mobile

remix-to-ignition

remix-to-ignition

About

End of year networking project written in java


Languages

Language:Java 100.0%